Search
CommonUtils.concat Method
See Also
 






Joins array elements using the specified delimiter.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public static String concat (
    String delimiter,
    Object[] objs
)

 Parameters

delimiter

A character inserted between the array elements.

objs

The objects to be joined.

 Return Value

A string containing the concatenated string representations of the objects.

 See Also